home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_70_go to previous videos = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  579 b   |  25 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3. end
  4.  
  5. on mouseDown
  6.   repeat with z = 24 to 48
  7.     set the visible of sprite z to 0
  8.   end repeat
  9.   repeat with x = 11 down to 1
  10.     set the member of sprite 21 to "video_spin" & string(x)
  11.     updateStage()
  12.     startTimer()
  13.     repeat while the timer < 1
  14.     end repeat
  15.   end repeat
  16.   go("video")
  17.   repeat with z = 24 to 48
  18.     set the visible of sprite z to 1
  19.   end repeat
  20. end
  21.  
  22. on mouseLeave
  23.   set the cursor of sprite the currentSpriteNum to 0
  24. end
  25.